Add an "invisible_char" argument to set the char displayed when visibility
authorHavoc Pennington <hp@pobox.com>
Mon, 13 Nov 2000 03:29:14 +0000 (03:29 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 13 Nov 2000 03:29:14 +0000 (03:29 +0000)
commit7768d1dfb448d44105071a9fb044179252efccb2
tree4947177227310cd0a8d0963d17e710a9b4f03db3
parent895c094a2c740c75e45d3ea9eb3711ab34a65e36
Add an "invisible_char" argument to set the char displayed when visibility

2000-11-09  Havoc Pennington  <hp@pobox.com>

* gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char"
argument to set the char displayed when visibility == FALSE
(gtk_entry_create_layout): If !entry->visible, replace
all chars with the "invisible char"

* gtk/testgtk.c: Test the invisible_char deal
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentry.c
gtk/gtkentry.h
gtk/testgtk.c
tests/testgtk.c